Set Parameter to Schema
The Set Parameter to Schema algorithm allows you to copy the content of a parameter to a Schema column.
Setting the parameter might be helpful if you need to copy the value that changes quite often. For example, you can copy the number of accounts using the TotalAccounts parameter to the target column. As a result, the parameter data will be inserted into every line in the Target Column.
To configure this manipulate step, follow the instructions below:
- In the Admin Navigation tree, select Interfaces > InterfaceName > Tasks > TaskName > Steps.
- On the toolbar, click New >New Manipulate Step.
Creating a New Manipulate Step
- Navigate to the Parameters section and select Set Parameter to Schema.
Parameters Section
- In the Set Parameter to Schema work area, fill in the following fields:
Fields Configuration
The following table describes the fields available for this step:
| Fields | Description |
|---|---|
|
Name |
Provide a distinctive name for this step. |
|
Is Active |
Select the check box to engage the scheduler for this step. |
|
Order of Execution |
Enter the order in which this step should be executed. |
|
Filter Expression |
Optional. Use this filed to filter data from the source database prior to inserting it into the Schema table. |
|
Sort Expression |
Optional. Use this field to sort data from the source database prior to inserting it into the Schema table. |
|
Stop interface execution if query failed |
Optional. If enabled, the system will stop any data manipulation if the query returns an error. |
|
Save Schema (enabled per interface) |
If selected, the schema is created for this step. |
|
Parameter |
Specify the parameter that you want to retrieve data from. |
|
Target Column |
The Schema column where the parameter data will be copied. The data will be inserted into every line of the target column. |
- Click the Save button.